home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / javelin.swf / scripts / frame_101 / PlaceObject2_287_10 / CLIPACTIONRECORD onClipEvent(keyDown).as next >
Text File  |  2008-11-12  |  183b  |  11 lines

  1. onClipEvent(keyDown){
  2.    if(Key.getCode() != 32)
  3.    {
  4.       return undefined;
  5.    }
  6.    if(_root._ymouse > 40 && _root._xmouse > 80)
  7.    {
  8.       _root.MouseClickP(1,1);
  9.    }
  10. }
  11.